-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
change .Rmd to .qmd throughout #18
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just take a look at my comment about github actions and let me know when it is fixed. After that I'll merge to master and change gh-page to read directly from there.
Thanks.
runs-on: windows-latest | ||
steps: | ||
- name: Checkout repo | ||
uses: actions/checkout@dev # checkout 'dev' branch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi @zander-prinsloo, This is causing errors.
I think you can safely remove it. Since we are not going to use github actions, you can remove this file so that the PR does not trigger any error message.
Thanks
To utilise quarto rather than rmarkdown. Change all
.Rmd
to.qmd
, and adjust_bookdown.yml
accordingly.@randrescastaneda please note that I could not preview this on my local device because of issues installing other packages. I will investigate, install, and test it again.